Tests to see if a value is an integer power of two.
The value to test.
Returns true if n is a power of two; else, false.